home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / TRIBBS.TXT < prev    next >
Text File  |  1995-12-28  |  2KB  |  58 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with TriBBS version 5.11              12-28-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Because TriBBS does not offer the ability to exit when it detects a fax
  8. response code from the modem, you must run BGFAX in /HOST mode.  Thus,
  9. BGFAX will answer the phone rather than TriBBS.
  10.  
  11. 1. From now on, to get your system ready to answer calls, start up your
  12.    BBS by using the FBBS.BAT file included with BGFAX
  13. 2. Be sure all the BGFAX files are copied into the directory as specified
  14.    by the BGFAX environment variable (A "SET BGFAX=C:\BGFAX" line must
  15.    exist in either your AUTOEXEC.BAT or FBBS.BAT file).
  16. 3. Make sure your BGFAX.CNF file is configured to use the proper fax class
  17.    that your modem supports (you may need to comment and uncomment some
  18.    lines in the BGFAX.CNF file).
  19.  
  20. You need to make a file called EXEBBS.BAT in the BGFAX directory.
  21.  
  22. EXEBBS.BAT
  23. ~~~~~~~~~~
  24. @echo off
  25. c:
  26. cd\tribbs
  27. call board /f%1 /v
  28. %bgfax%\fbbs.bat
  29.  
  30. Another user suggested "call board /f%1/%4 /t%3" instead of
  31. "call board /f%1 /v".  Please let me know which works better.)
  32.  
  33. BOARD.BAT
  34. ~~~~~~~~~
  35. @echo off
  36. cd \tribbs
  37. if exist door.bat del door.bat
  38. if exist event.bat del event.bat
  39. if exist endbbs del endbbs
  40. bbs %1 %2
  41. if exist door.bat door
  42. if exist event.nat event
  43. if exist endbbs goto end
  44. board
  45. :end
  46.  
  47. The most frequent problem people have with this setup... Once people get
  48. every thing configured, a data call comes into BGFAX, it transfers control
  49. to TriBBS, but the user that called in sees only garbage characters on
  50. their screen.  The problem is that you have BGFAX's DTE speed set to a
  51. speed different than that of what TriBBS is using.  The port speeds in
  52. BGFAX and TriBBS **MUST BE LOCKED AT THE SAME SPEED**  (BGFAX.CNF defaults
  53. to sp=57600, while TriBBS may default to a locked speed of 38400.  You
  54. must change the speed in either BGFAX or TriBBS so that they are the same!)
  55.  
  56. Regards,
  57. bgfax author
  58.